home *** CD-ROM | disk | FTP | other *** search
- -- background: 3091 from stack: in.3r
- -- bmap block id: 2518
- -- flags: 4000
- -- background id: 0
- -- name: Home Card
- ----- HyperTalk script -----
- on domenu which
- if which is "New Card" or which is "Cut card" or which is "Delete Card" then
- beep 3
- exit domenu
- end if
- if which is "Protect Stack..." then
- beep 3
- answer "You don't want to do that!"
- exit domenu
- end if
- if which is "Delete Stack..." then
- play boing
- answer "You really don't want to do that!"
- exit domenu
- end if
- pass domenu
- end domenu
-
-
-
- -- part 1 (button)
- -- low flags: 80
- -- high flags: A004
- -- rect: left=184 top=23 right=49 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Developer Stack
- ----- HyperTalk script -----
- on mouseUp
-
-
-
-
- end mouseup
-